From 20501200982db584a25a21ae05675ff52659195f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Tue, 28 Jul 2020 07:48:06 +0200 Subject: [PATCH] bitset: Fix typo --- gtk/gtkbitset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkbitset.c b/gtk/gtkbitset.c index b4d8abb113..1d39918639 100644 --- a/gtk/gtkbitset.c +++ b/gtk/gtkbitset.c @@ -32,7 +32,7 @@ * #GtkBitset is a data structure for representing a set of unsigned integers. * Another name for this data structure is "bitmap". * - * The current implemenation is based on [roaring bitmaps](https://roaringbitmap.org/). + * The current implementation is based on [roaring bitmaps](https://roaringbitmap.org/). * * A bitset allows adding a set of integers and provides support for set operations * like unions, intersections and checks for equality or if a value is contained -- 2.30.2